home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
T
/
termplus.cpt
/
Terminal Plus
/
Scripts ƒ
/
Sample CIS Script
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-12-03
|
384 b
|
27 lines
AutoType "ATDT2960375^M"
@Label1
If Prompt = "CONNECT" Then @Start
If Prompt = "NO CONNECT" Then @Stop
GoTo @Label1
@Start
Pause 1
@Label2
AutoType "^C"
Set Timer 2
@Label3
If Line = "User ID:" Then @Label4
If Timer Off Then @Label2
GoTo @Label3
@Label4
AutoType "71460,2534^M"
@Label5
If Prompt = "Password:" Then @Label6
GoTo @Label5
@Label6
AutoType "HOUSE*MAGNET^M"
@Stop
Quit